home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / usr / sybase / doc / abort_xact.man next >
Text File  |  1993-04-22  |  1KB  |  45 lines

  1.  
  2.   1                       Version 4.0 -- 5/1/89               abort_xact
  3.   ______________________________________________________________________
  4.  
  5.   NAME:  abort_xact
  6.  
  7.   FUNCTION:
  8.        Mark a distributed transaction as being aborted.
  9.  
  10.   SYNTAX:
  11.        RETCODE abort_xact(connect, commid)
  12.  
  13.        DBPROCESS *connect;
  14.        DBINT     commid;
  15.  
  16.   COMMENTS:
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.   abort_xact              Version 4.0 -- 5/1/89                        2
  25.   ______________________________________________________________________
  26.  
  27.        o This routine informs the commit service that the  status  of  a
  28.          distributed  transaction  should  be  changed  from  "begin" to
  29.          "abort."
  30.  
  31.   PARAMETERS:
  32.        connect -  A pointer to the DBPROCESS used  to  communicate  with
  33.            the commit service.
  34.        commid -  The commid used to identify the transaction to the com-
  35.            mit service.
  36.  
  37.   RETURNS:
  38.        SUCCEED or FAIL.
  39.  
  40.   SEE ALSO:
  41.        commit_xact, remove_xact, scan_xact, start_xact, stat_xact
  42.  
  43.  
  44.  
  45.